Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix an expression bug for hashbuild operator. #19572

Merged
merged 9 commits into from
Oct 28, 2024

Conversation

m-schen
Copy link
Contributor

@m-schen m-schen commented Oct 24, 2024

What type of PR is this?

  • API-change
  • BUG
  • Improvement
  • Documentation
  • Feature
  • Test and CI
  • Code Refactoring

Which issue(s) this PR fixes:

issue #17749

What this PR does / why we need it:

hashbuild算子持有的expression有relation index错误的问题,在之前都是靠表达式计算框架的hack hold住的。不过还存在agg, insert into partition-table的index错误,因此没有移除这个hack.

@m-schen
Copy link
Contributor Author

m-schen commented Oct 24, 2024

先加个标签做一点自我测试。

@mergify mergify bot added the kind/bug Something isn't working label Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working size/S Denotes a PR that changes [10,99] lines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants